*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Apr 2004 22:16:14 +0000 (22:16 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Apr 2004 22:16:14 +0000 (22:16 +0000)
lisp/ChangeLog

index b9fe783b9d0ae7b361b8a56316a36329956ebe49..fd15aaf2004abe9fea5cf4bbd987d3d5783f1116 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-mode-font-lock-keywords):
+       Redo one more thing that I didn't notice Daniel had undone.
+
 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
 
        * progmodes/gdb-ui.el (gdb-source-window): Remove variable
        * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
        to C source files specially.
 
+2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el: Require CL.
+       (compilation-mode-font-lock-keywords): Re-install the "line as
+       function" patch.
+
+       * help-fns.el (help-C-source-directory): New var.
+       (help-subr-name, help-C-file-name, help-find-C-source): New funs.
+       (describe-function-1, describe-variable): Use them.
+
+       * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
+       to C source files specially.
+
 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * info.el (Info-hide-cookies-node): New function.